/*幻灯片*/
.slider-gradient-overlay {
    background: rgba(2,18,78,0.7);
    background: -moz-linear-gradient(left,rgba(2,18,78,0.7) 0%,rgba(222,49,12,0.6) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(2,18,78,0.7)),color-stop(100%,rgba(222,49,12,0.6)));
    background: -webkit-linear-gradient(left,rgba(2,18,78,0.7) 0%,rgba(222,49,12,0.6) 100%);
    background: -o-linear-gradient(left,rgba(2,18,78,0.7) 0%,rgba(222,49,12,0.6) 100%);
    background: -ms-linear-gradient(left,rgba(2,18,78,0.7) 0%,rgba(222,49,12,0.6) 100%);
    background: linear-gradient(to right,rgba(2,18,78,0.7) 0%,rgba(222,49,12,0.6) 100%);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
     .swiper20220520115701 .swiper {
        width: 100%;
        height: auto;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
      }

      .swiper .swiper-slide {
/*        height: 300px;
        line-height: 300px;*/
      }

      .swiper .swiper-slide:nth-child(2n) {
/*        height: 500px;
        line-height: 500px;*/
      }

.swiper20220520115701 .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #666;
    opacity: 1;
    border-radius: 50%;		
}
.swiper20220520115701 .swiper-pagination-bullet-active{
    width: 14px;
    height: 14px;
    border-bottom: 2px solid #c5843a;
    background: #f90;    
}

.swiper20220520115701 .swiper-button-next,.swiper20220520115701 .swiper-button-prev{
	display: block;
	
}
.swiper20220520115701 .zoomImage {
    padding-bottom: 30% !important;
}
.swiper20220520115701 .zoomImage {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}